#include <boost/scoped_ptr.hpp>
#include "gridpack/math/nonlinear_solver_implementation.hpp"
Go to the source code of this file.
Classes | |
class | gridpack::math::NonlinearSolverT< T, I > |
A solver for a system of nonlinear system of equations in parallel. More... | |
Namespaces | |
namespace | gridpack |
namespace | gridpack::math |
Typedefs | |
typedef NonlinearSolverT < ComplexType > | gridpack::math::ComplexNonlinearSolver |
typedef NonlinearSolverT < RealType > | gridpack::math::RealNonlinearSolver |
typedef ComplexNonlinearSolver | gridpack::math::NonlinearSolver |